home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
MantAirBall.swf
/
scripts
/
frame_5
/
PlaceObject2_10_23
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
183 b
|
12 lines
onClipEvent(load){
bounce = 1.5;
weight = 75;
base = 520;
lw = 30;
rw = 520;
ball = random(6);
this.gotoAndPlay(ball);
yspeed = 0;
xspeed = 0;
}